GtkWindow: Ensure the toplevel is realized before realizing popovers
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Apr 2016 09:05:00 +0000 (11:05 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Apr 2016 09:39:48 +0000 (11:39 +0200)
commit46cdb44fdd7466f0d524eeb4eec6c504fd64208b
tree1dce799d5b3a39dd7890953f18bde3677d0f053d
parent260d521dd7f2cdfb9a88c32280120fabfb3a27d0
GtkWindow: Ensure the toplevel is realized before realizing popovers

Otherwise those get a NULL parent window, which is toplevel-y enough
to disembody the popover.

https://bugzilla.gnome.org/show_bug.cgi?id=764060
gtk/gtkwindow.c